CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 区域生长 图像分割

搜索资源列表

  1. regiongrowing

    0下载:
  2. 区域生长法实现图像分割 区域生长的基本思想是将具有相似性质的像素集合起来构成区域。具体是先对每个需要分割的区域找一个种子像素作为生长的起点,然后将种子像素周围领域中与种子像素相同或相似性质的像素(根据某种事先确定生长或相似准则来判定)合并到种子像素所在的区域中。将这些新像素当做新的种子像素继续进行上面的过程,直到再没有满足条件的像素可被包括进来,这样,一个区域就长成了。-The basic idea of ​ ​ the pixels to achieve image s
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2166
    • 提供者:pll
  1. litekmeans

    0下载:
  2. 基于图像分割的k均值,聚类法的区域生长方法。缺点是需要提前确定分割类别-kmeans of image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:33309
    • 提供者:吴文娟
  1. quyushengzhang

    0下载:
  2. 一种采用了区域生长方法进行图像分割,分割效果比较理想,但是算法比较简单,可以推荐进行简单算法融合时候使用。-A the region growing method is applied to image segmentation, the segmentation effect is ideal, but the algorithm is simpler, can be recommended to use simple algorithm fusion.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:44596
    • 提供者:白翁翁
  1. 2

    0下载:
  2. 基于区域生长的图像分割方法,在图像分类中很有帮助-Image segmentation based on region growing method, useful in image classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4023
    • 提供者:宋子敏
  1. CellDetection

    1下载:
  2. 图像分割,包括阈值化,区域生长和分裂合并,膨胀和腐蚀-Image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2015-07-26
    • 文件大小:2048
    • 提供者:houhaiyang
  1. 123

    0下载:
  2. 基于区域生长的图像分割,选取生长点,回车即可得到相应的分割图像-Image segmentation based on region growing, growing point selected, press Enter to give the corresponding segmented image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1030
    • 提供者:辛坦轩
  1. regionGrowing

    0下载:
  2. 基于区域生长的图像分割,带例程。效果不错。-iamge segmentation based on region growing。
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2781653
    • 提供者:闫云凤
  1. Gonzales-image-processing

    0下载:
  2. 该算法是经典的区域生长算法,在图像分割中比较常用。代码相对比较简单,也较易理解。-This algorithm is a classical region growing algorithm, and is commonly used in image segmentation.. The code is relatively simple and understandable..
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:223547
    • 提供者:christlxl
  1. regionGrow

    0下载:
  2. 基于种子点8-领域的区域生长算法,程序运行后,会弹出一个包含原图像的窗口,用户可以用鼠标在其中选取一个种子点并下“Enter”键,之后会出现分割结果-Region growing algorithm based on seeds point 8- field, after the program is running, will pop up a window contains the original image, in which the user can use the mouse to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1033
    • 提供者:hezhongwen
  1. Region-growing-algorithm

    0下载:
  2. 区域生长算法是一种串行区域分割的图像分割方法-Region growing image segmentation algorithm is a method of region segmentation serial
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:48912
    • 提供者:lxn8888
  1. image-segmentation

    0下载:
  2. 区域生长的图像分割程序。获得区域生长起始点,再通过区域生长的方法分割图像。-Region growing image segmentation procedure. To obtain the regional growth starting point, and then through the method of region growing segmentation image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:35378
    • 提供者:
  1. Digital-Image-Processing

    3下载:
  2. 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
  3. 所属分类:Dialog_Window

    • 发布日期:2016-01-08
    • 文件大小:1072128
    • 提供者:zl
  1. regiongrowing

    0下载:
  2. 基于区域生长的图像分割,可以自己设置区域生长点。区域生长是一种串行区域分割的图像分割方法。区域生长是指从某个像素出发,按照一定的准则,逐步加入邻近像素,当满足一定的条件时,区域生长终止-Based on region growing image segmentation, you can set your own area growing point. Region growing image segmentation method is a serial region segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1530
    • 提供者:lee_dan
  1. chapter11

    0下载:
  2. 图像分割,包括边缘检测算子,霍夫变换,hough变换,阈值分割,区域生长,分水岭算法等。-Image segmentation, including edge detection operator, hough transform, hough transform, threshold segmentation, region growing, watershed algorithm, etc.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:8059
    • 提供者:林晨
  1. automic-regiongrow-segmant

    0下载:
  2. 自动化的区域生长分割程序,内附有图像,可直接运行。-Automated region growing segmentation program, containing an image, can be directly run.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:17121
    • 提供者:lishujuan
  1. RegionGrow

    0下载:
  2. 基于OPENCV和VC6.0的区域生长的源代码,可以很好地对图像的进行分割-Regional OPENCV growth and VC6.0 source code can be good for image segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2393409
    • 提供者:贾明
  1. quyushengzhang

    0下载:
  2. 本代码用MATLAB开发环境,用基于区域生长的方法实现了图像的分割。欢迎大家参考学习和指正交流。-This code with MATLAB development environment, using the method based on region growing image segmentation was realized.Welcome to refer to learning and correct communication.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1182
    • 提供者:guiyuan
  1. Simple-Image-Processing-System

    1下载:
  2. 1、能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开、保存、另存、打印、退出等功能操作; 2、数字图像的统计信息功能:包括直方图的统计及绘制、区域图的面积、周长的统计、线条图中的距离测量等; 3、数字图像的增强处理功能: (1)空域中的点运算、直方图的均衡化、各种空间域平滑算法(如局部平滑滤波法、中值滤波等)、锐化算法(如梯度锐化法、高通滤波等) (2)频域的各种增强方法:频域平滑、频域锐化、低通滤波、同态滤波等。 (3)色彩增强:伪彩色增强、真彩色增强等
  3. 所属分类:Graph program

    • 发布日期:2017-05-04
    • 文件大小:170231
    • 提供者:马振磊
  1. ImageProcessing

    0下载:
  2. 图像处理所以基础程序:图像显示: Bayer抖动显示 Floyd-Steinberg抖动显示 图像增强: 灰度变换 直方图均衡 局部平均平滑 中值滤波 理想低通滤波 Butterworth低通滤波 图象锐化 理想高通滤波 Butterworth高通滤波 伪彩色增强 图像复原: 运动模糊 运动模糊复原 逆滤波退化 逆滤波复原 加噪退化 维纳滤波复原 图像变换: 傅立叶变换 快速傅立叶变换 离散余弦变换 沃尔什变换 霍特林变换 小波变换 小波反变换 图像编码: 霍夫曼编码 香
  3. 所属分类:Graph program

    • 发布日期:2017-12-18
    • 文件大小:49963008
    • 提供者:giyagaga
  1. sy2

    3下载:
  2. 改进的区域生长算法对CT图像的冠状动脉分割,效果不错,可以分到3级冠状动脉。代码全自己写的。-Improved regional growth algorithm for CT image of the coronary artery segmentation, the effect is good, can be divided into 3 coronary artery. Code written by himself.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2266
    • 提供者:maxuan
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com